home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / PeerAware 1.03 / PeerAware-Setup.exe / Html / draw.css < prev    next >
Cascading Style Sheet File  |  2008-07-12  |  4KB  |  178 lines

  1. /*
  2.         <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1/LGPL 2.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is Cumulate Draw User Interface.
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Cumulate Labs Inc..
  19.    - Portions created by the Initial Developer are Copyright (C) 2006-2007
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    -
  24.    - Alternatively, the contents of this file may be used under the terms of
  25.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.    - in which case the provisions of the LGPL are applicable instead
  27.    - of those above. If you wish to allow use of your version of this file only
  28.    - under the terms of the LGPL, and not to allow others to
  29.    - use your version of this file under the terms of the MPL, indicate your
  30.    - decision by deleting the provisions above and replace them with the notice
  31.    - and other provisions required by the LGPL. If you do not delete
  32.    - the provisions above, a recipient may use your version of this file under
  33.    - the terms of any one of the MPL or the LGPL.
  34.    -
  35.    - ***** END LICENSE BLOCK ***** -->
  36.         <!--
  37.  Dependencies: (SVG or VML rendering implementations)
  38.  History:
  39.     2008-01-06 | Jonny Rein:Started with Cumulate Draw 0.3.7
  40.                             Removed title
  41.                             Removed splashscreen
  42.                             Commented open and save
  43.                             Hid all connector buttons, have not found how to support those yet.
  44.                             Removed google ad.
  45.                             Removed all calls to setSplashScreenMessage.
  46.                             Removed StatCounter code
  47.     2008-01-06 | Jonny Rein:Commented parts of _saveBox
  48.                             Support for xhtml1-transitional
  49. -->
  50. */
  51.  
  52. .toolbar
  53. {
  54. padding-top:5px;
  55. padding-bottom:5px;
  56. margin-top: 0px;
  57. margin-bottom: 8px;
  58. width: 100%;
  59. height:100%;
  60. filter: progid:DXImageTransform.Microsoft.Gradient(
  61. startColorStr='#c7d4f7',endColorStr='#f8f8f8',gradientType='0');
  62. }
  63. .toolbarbutton
  64. {
  65. margin:2px;
  66. border-color:blue;
  67. border-size:1px
  68. }
  69. .toolbarbuttonover
  70. {
  71. margin:2px;
  72. border-color:blue;
  73. border-size:5px
  74. }
  75. .colorindicator
  76. {
  77. padding-right:2px;padding-left:2px;padding-bottom:2px;
  78. width:5px;
  79. padding-top:10px;
  80. position:absolute;
  81. height:10px;
  82. }
  83. .helpText
  84. {
  85. padding-top:3px;
  86. padding-left:10px;
  87. font-size:12px;
  88. font-weight:normal;
  89. width: 90%;
  90. height: 20px;
  91. z-index:10;
  92. left:0px;
  93. }
  94. .shapeText
  95. {
  96. padding-right:10px;
  97. margin-top:0px;
  98. padding-left:10px;
  99. font-weight:bold;
  100. font-size:20px;
  101. z-index:101;
  102. border-color:green;
  103. visibility:hidden;
  104. margin-left:10px;
  105. margin-right:10px;
  106. width:50px;
  107. font-family:arial;
  108. position:absolute;
  109. height:0px; 
  110. background-color:white;
  111. border-style:dotted;
  112. border-size:2px;
  113. overflow:auto;
  114. }
  115.  
  116. .surround
  117. {
  118. padding:5px;
  119. overflow:auto;
  120. width:700px;
  121. height:700px;
  122. position:absolute;
  123. border:2px threedshadow inset;
  124. background-color:#cccccc;
  125. }
  126. .richdraw
  127. {
  128. overflow:none;
  129. width:2000px;
  130. height:2000px;
  131. position:absolute;
  132. padding-bottom:10px;
  133. background-color:#cccccc
  134. }
  135. .page
  136. {
  137. z-Index:0;
  138. overflow:hidden;
  139. position:absolute;
  140. border:black 1px solid; 
  141. background-color:#ffffff
  142. }
  143. .dialogbox{padding:20px;display:none;visibility:hidden width:300px;position:absolute; height:200px; background-color:#bbccff;border:2px threedhighlight outset;}
  144. #cpicker
  145. {
  146. margin: 0px 0 0 0;
  147. width: 145px;
  148. background: #FFF;
  149. padding: 0 0 0px 0px;
  150. zIndex:10;
  151. }
  152. #cpicker div
  153. {
  154. width: 10px;
  155. height: 10px;
  156. float: left;
  157. margin: 1px 1px 0 0;
  158. }
  159. .selectBox
  160. {
  161. z-index:0;
  162. font-size:11px;
  163. font-weight:normal;
  164. }
  165. .toolbarText
  166. {
  167. font-size:10px;
  168. font-weight:bold;
  169. }
  170. .spanbool
  171. {
  172. background-color:#f8b75d;
  173. color:Black;
  174. cursor:hand;
  175. border-color:Black;
  176. border-size:1px;
  177. }
  178.